2025-02-28     2025-03-01     2025-03-02

IN all ADM3 from provider Census of India exist

number of errors=0
number of warnings=0
country=IN

select countrycode,provider,name,featurecode,code,admincode1,admincode2,admincode3,admincode4,admincode5,geonameid from countrysubdiv_code where validtill is null and not exists (select 1 from geoname where geoname.countrycode='IN' and geoname.featurecode='ADM3' and geoname.admincode1=countrysubdiv_code.admincode1 and geoname.admincode2=countrysubdiv_code.admincode2 and geoname.admincode3=countrysubdiv_code.admincode3) and countrycode='IN' and featurecode='ADM3' and provider='Census of India' order by admincode1,admincode2,admincode3,admincode4,admincode5

6891 from Census of India

countrycode	provider	name	featurecode	code	admincode1	admincode2	admincode3	admincode4	admincode5	geonameid